@charset "utf-8";
/*
 * themes/default/common/css/bulid/authorization.css
 * 功能：定义身份验证主题样式
 * 
 * ver      变更日期                                 担当者         变更内容
 * ————————————————————————————————————————————
 * V1.00    2016-01-18      付政              初版
 * 
 * Copyright(c) 2015-2016 Neusoft Business Software corporation All Rights Reserved.
 * LICENSE INFORMATION
*/
/* 编译模式：release或debug */
#authorization {
  /* 背景色 */
  /* 菜单色 */
  /* 菜单划过色 */
  /* 菜单激活色 */
  /* 菜单激活背景色（红色） */
  /* 菜单激活背景色（蓝色） */
  /* 设置宽度 */
  /* 设置最小宽度 */
  min-width: 1224px;
  /* 设置宽度 */
  width: 1224px;
  /* 设置最大宽度 */
  max-width: 1224px;
  /* 设置高度 */
  /* 设置最小高度 */
  min-height: 40px;
  /* 设置高度 */
  height: 40px;
  /* 设置最大高度 */
  max-height: 40px;
  /* 设置行高 */
  line-height: 35px;
  /* 设置外边距 */
  margin: 0 auto;
  background-color: #eeeeee;
}
#authorization .auth-menu {
  position: relative;
  overflow: visible;
}
#authorization .auth-menu .site-map {
  text-align: left;
}
#authorization .auth-menu .site-map > li {
  /* 设置左内边距 */
  padding-left: 10px;
}
#authorization .auth-menu .site-map > li > .welcome {
  /* 设置字色 */
  color: #8d8288;
  font-size\0: 16px;
}
#authorization .auth-menu .list-line {
  text-align: right;
}
#authorization .auth-menu .list-line > li {
  /* 设置右内边距 */
  padding-right: 20px;
}
#authorization .auth-menu .list-line > li .font-red {
  /* 设置字色 */
  color: #bc131a;
}
#authorization .auth-menu .list-line > li div.dropdown {
	display: inline-block;
}
#authorization .auth-menu a {
  /* 设置字体 */
  /* 设置字号 */
  /* 设置字宽 */
  /* 设置字体 */
  /* 设置字号 */
  font-size: 16px;
  /* 设置字宽 */
  font-weight: normal;
  /* 设置字色 */
  color: #8d8288;
}
#authorization .auth-menu a:hover {
  /* 设置字色 */
  color: #6495ed;
}
#authorization .auth-menu a.active {
  cursor: default;
  /* 设置字色 */
  color: #ffffff;
  /* 设置右内边距 */
  padding-right: 3px;
}
#authorization .auth-menu a.active.topic1 {
  background-color: #9a0000;
}
#authorization .auth-menu a.active.topic2 {
  background-color: #003699;
}
